Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert cri-o freeze #1343

Merged
merged 2 commits into from
Feb 4, 2025
Merged

Conversation

akalenyu
Copy link
Contributor

What this PR does / why we need it:
Once the cri-o issues are fixed, we should continue consuming latest cri-o.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

Checklist

This checklist is not enforcing, but it's a reminder of items that could be relevant to every PR.
Approvers are expected to review this list.

Release note:

NONE

@kubevirt-bot kubevirt-bot added the dco-signoff: yes Indicates the PR's author has DCO signed all their commits. label Dec 30, 2024
@akalenyu
Copy link
Contributor Author

/hold

/cc @enp0s3 @brianmcarey
@haircommander @giuseppe do you happen to know whether https://issues.redhat.com/browse/OCPBUGS-45394 is fixed in 1.31.3?

@kubevirt-bot kubevirt-bot requested a review from enp0s3 December 30, 2024 16:18
@kubevirt-bot kubevirt-bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 30, 2024
@brianmcarey
Copy link
Member

/retest

@haircommander
Copy link

so the fix should be in crun, so any cri-o version should work given the correct crun version (1.19)

@akalenyu
Copy link
Contributor Author

akalenyu commented Jan 2, 2025

so the fix should be in crun, so any cri-o version should work given the correct crun version (1.19)

@brianmcarey I believe we're consuming crun through the cri-o install? and that does not have 1.19 yet

@haircommander
Copy link

ah gotcha. 1.31.1 does not have an updated crun. I am trying to figure out a bug I've introduced and once I do that i'll cut a 1.31.2 which will have new crun

@enp0s3
Copy link
Contributor

enp0s3 commented Jan 3, 2025

@haircommander Hi, if for example we want to consume latest CRIO with latest crun, is there DNF repo that contains nightly RPMs of latest CRIO and crun builds?

@enp0s3
Copy link
Contributor

enp0s3 commented Jan 3, 2025

@ormergi Hi, do you know if there was a progress since CRIO was pinned? AFAIK it were the network tests that failed to create the network tap device.
We would benefit from investing time researching this issue and remove the CRI-O pinning, since we've missed important breaking change that caused disk hotplug to break, it was revealed first in D/S, while it shouldn't.

@enp0s3
Copy link
Contributor

enp0s3 commented Jan 3, 2025

@ormergi Sorry I've missed that @akalenyu pointed out https://issues.redhat.com/browse/OCPBUGS-45394
It looks like it should fix the network tests

@brianmcarey
Copy link
Member

/retest

@kubevirt-bot kubevirt-bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 14, 2025
@kubevirt-bot kubevirt-bot added size/XS and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/S labels Jan 14, 2025
@akalenyu
Copy link
Contributor Author

ah gotcha. 1.31.1 does not have an updated crun. I am trying to figure out a bug I've introduced and once I do that i'll cut a 1.31.2 which will have new crun

I believe you meant 1.31.4? I am looking at latest dnf install -y cri-o which is 1.31.3 and that has crun 1.18.2
which I believe does not have

cgroup, systemd: do not override devices on update. If the "update" request has no device block configured, do not reset the previously configuration.

(only in crun 1.19 according to release notes)

# /usr/libexec/crio/crun --version
crun version 1.18.2

@brianmcarey
Copy link
Member

/retest

@akalenyu
Copy link
Contributor Author

akalenyu commented Feb 4, 2025

/hold cancel

we should be okay

[root@node01 vagrant]# dnf install -y cri-o
...
Upgraded:
  cri-o-1.31.4-150500.1.1.x86_64                                                

Complete!
[root@node01 vagrant]# /usr/libexec/crio/crun --version
crun version 1.19.1

@kubevirt-bot kubevirt-bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 4, 2025
@akalenyu
Copy link
Contributor Author

akalenyu commented Feb 4, 2025

/retest

@enp0s3
Copy link
Contributor

enp0s3 commented Feb 4, 2025

/approve

@kubevirt-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: enp0s3

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubevirt-bot kubevirt-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 4, 2025
Copy link
Member

@brianmcarey brianmcarey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@kubevirt-bot kubevirt-bot added the lgtm Indicates that a PR is ready to be merged. label Feb 4, 2025
@kubevirt-bot
Copy link
Contributor

kubevirt-bot commented Feb 4, 2025

@akalenyu: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
check-provision-k8s-1.31-s390x 94883af link false /test check-provision-k8s-1.31-s390x

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@kubevirt-bot kubevirt-bot merged commit a6a9235 into kubevirt:main Feb 4, 2025
10 of 11 checks passed
kubevirt-bot added a commit to kubevirt-bot/kubevirt that referenced this pull request Feb 5, 2025
[a6a9235 Revert cri-o freeze](kubevirt/kubevirtci#1343)

```release-note
NONE
```

Signed-off-by: kubevirt-bot <[email protected]>
brianmcarey added a commit to brianmcarey/kubevirtci that referenced this pull request Feb 5, 2025
The cri-o versions were previously pinned[1] but we should now be good to
update to cri-o v1.32

[1] kubevirt#1343

Signed-off-by: Brian Carey <[email protected]>
kubevirt-bot added a commit to kubevirt-bot/kubevirt that referenced this pull request Feb 6, 2025
[a6a9235 Revert cri-o freeze](kubevirt/kubevirtci#1343)

```release-note
NONE
```

Signed-off-by: kubevirt-bot <[email protected]>
kubevirt-bot pushed a commit that referenced this pull request Feb 6, 2025
The cri-o versions were previously pinned[1] but we should now be good to
update to cri-o v1.32

[1] #1343

Signed-off-by: Brian Carey <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. lgtm Indicates that a PR is ready to be merged. size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants